1bashThis demonstrates using sed to perform a global search and replace in a file.sed 's/fox/bear/g' foo.txtexternal toolssedsearch and replace